home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / bin / gsdj500 < prev    next >
Encoding:
Text File  |  2006-11-28  |  281 b   |  9 lines

  1. #!/bin/sh
  2. # $Id: gsdj500 6300 2005-12-28 19:56:24Z giles $
  3.  
  4. # This definition is changed on install to match the
  5. # executable name set in the makefile
  6. GS_EXECUTABLE=gs
  7.  
  8. exec $GS_EXECUTABLE -q -sDEVICE=djet500 -r300 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
  9.